home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Save Command
- Sent: 6/25/96 9:53 AM
- Received: 6/25/96 10:12 AM
- From: Dave Wilson, dwilson@best.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >I have a palette icon button that is used to save the current document (a
- >customer request). When this button is pressed, I need to tell OpenDoc
- >to save the document with the default name (same as cmd-S) in my frame's
- >HandleNotification method. What is the preferred method to perform this
- >task, given the customer requirements?
-
- Can you simply call the target's DoMenu() function, passing kODSave or
- whatever the correct command number is. Sometimes pretending the user chose
- the menu works well.
-
- -Dave
-
- Dave Wilson
- Personal Concepts
- 635 Wellsbury Way
- Palo Alto, CA 94306
- voice: 415-494-6763
- email: dwilson@best.com
-
-